home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CDV Software Presents (USA)
/
CDV Software Presents (USA).bin
/
demo
/
bk_demo.exe
/
DATA.PAK
/
ui
/
escapemenu
/
escapemenu.lua
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-11-18
|
185 b
|
9 lines
function LuaProcessMessage( nMessageCode, nFirst, nSecond )
local nTemp = ProcessMessageWithLink( nMessageCode, nFirst );
if ( nTemp ~= 0 ) then
return 1
end
return 0
end